From 45b909f2c5fd43fbb9a2d6d99edf509c91e954d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Thu, 8 Nov 2018 05:19:48 +0100 Subject: [PATCH] testpopup: Fix GtkEventControllerMotion::motion callback signature --- tests/testpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testpopup.c b/tests/testpopup.c index 085d08ca2f..b496fe5eae 100644 --- a/tests/testpopup.c +++ b/tests/testpopup.c @@ -11,7 +11,7 @@ draw_popup (GtkDrawingArea *da, cairo_paint (cr); } -static gboolean +static void place_popup (GtkEventControllerMotion *motion, gdouble x, gdouble y, -- 2.30.2